home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Attack 1995 May
/
PC Attack UltraDisc 1 (Future Publishing) (May 1995).iso
/
orion
/
demo2.bat
< prev
next >
Wrap
DOS Batch File
|
1995-03-12
|
196b
|
17 lines
@echo off
if '%1'=='' goto default
smackply %1:\orion\demoscr1 /q
goto end
:default
smackply d:\orion\demoscr1 /q
goto end
:error
echo.
echo Unable to use drive %1.
echo.
:end